GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-06-16T14:32:00.3271845+00:00",
"SubmitDate": "2026-06-16T14:32:00.3271845+00:00",
"ReportPeriodStart": "2026-06-16T14:32:00.3271845+00:00",
"ReportPeriodEnd": "2026-06-16T14:32:00.3271845+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ada9213e-836b-4876-839f-38775023235a",
"Rows": [
{
"ItemId": "2108df8e-031c-48e2-9397-8d389d26e89b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2108df8e-031c-48e2-9397-8d389d26e89b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ada9213e-836b-4876-839f-38775023235a",
"Rows": [
{
"ItemId": "2108df8e-031c-48e2-9397-8d389d26e89b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2108df8e-031c-48e2-9397-8d389d26e89b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"06fc669d-7121-4ea2-b55f-6fbe4b6eaff5",
"6693d582-b630-47c9-ac4d-e2c8246a27e6"
],
"Approvers": [
"66b664dd-fcab-4d72-95ef-c9a40e4a4cc1",
"c97f5089-4d57-4f40-9e32-7157305b8371"
],
"ApprovedBy": "81551e62-52c9-4e3f-89fc-9728257df4e1",
"ApprovalDate": "2026-06-16T14:32:00.3271845+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c229f9aa-09e3-46c8-9acd-95a380b82118",
"id": "b1545384-e814-4635-89ed-324ca7ac3dd6",
"ConfigId": "b6fc99fa-38ca-493b-8692-304b30526a08"
},
{
"GenerationDate": "2026-06-16T14:32:00.3271845+00:00",
"SubmitDate": "2026-06-16T14:32:00.3271845+00:00",
"ReportPeriodStart": "2026-06-16T14:32:00.3271845+00:00",
"ReportPeriodEnd": "2026-06-16T14:32:00.3271845+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ada9213e-836b-4876-839f-38775023235a",
"Rows": [
{
"ItemId": "2108df8e-031c-48e2-9397-8d389d26e89b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2108df8e-031c-48e2-9397-8d389d26e89b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ada9213e-836b-4876-839f-38775023235a",
"Rows": [
{
"ItemId": "2108df8e-031c-48e2-9397-8d389d26e89b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2108df8e-031c-48e2-9397-8d389d26e89b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"06fc669d-7121-4ea2-b55f-6fbe4b6eaff5",
"6693d582-b630-47c9-ac4d-e2c8246a27e6"
],
"Approvers": [
"66b664dd-fcab-4d72-95ef-c9a40e4a4cc1",
"c97f5089-4d57-4f40-9e32-7157305b8371"
],
"ApprovedBy": "81551e62-52c9-4e3f-89fc-9728257df4e1",
"ApprovalDate": "2026-06-16T14:32:00.3271845+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c229f9aa-09e3-46c8-9acd-95a380b82118",
"id": "b1545384-e814-4635-89ed-324ca7ac3dd6",
"ConfigId": "b6fc99fa-38ca-493b-8692-304b30526a08"
}
]